type regexp.inputBytes

8 uses

	regexp (current package)
		exec.go#L51: 	bytes  inputBytes
		regexp.go#L418: type inputBytes struct {
		regexp.go#L422: func (i *inputBytes) step(pos int) (rune, int) {
		regexp.go#L429: func (i *inputBytes) canCheckPrefix() bool {
		regexp.go#L433: func (i *inputBytes) hasPrefix(re *Regexp) bool {
		regexp.go#L437: func (i *inputBytes) index(re *Regexp, pos int) int {
		regexp.go#L441: func (i *inputBytes) context(pos int) lazyFlag {
		regexp.go#L776: 				ib := inputBytes{str: b}